[release-0.95] Pin OVN-K to release-1.1 for ipam e2e tests#2843
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the end-to-end functional tests script for the kubevirt-ipam-controller by removing the -ic flag from the KIND_ARGS environment variable. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
/approve |
|
you sure it aint required on this old branch ? |
d21892f to
067c434
Compare
|
/approve cancel I need to discuss this approach with other maintainers |
b3399c0 to
ca0112e
Compare
The ipam-controller e2e tests clone OVN-Kubernetes from master to set up the kind cluster. OVN-K master has evolved significantly since Nov 2025 (helm migration in Apr 2026, flag removals), making it incompatible with the older ipam-extensions commit and KubeVirt v1.3.x pinned on this stable branch. Pin OVN-K to upstream release-1.1, which is from the same era (Oct 2025) as the last passing CI run on this branch (Nov 2025). Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ram Lavi <ralavi@redhat.com>
ca0112e to
f604026
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RamLavi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|




What this PR does / why we need it:
The ipam-controller e2e tests clone OVN-Kubernetes from upstream master to set up the kind cluster. OVN-K master has evolved significantly since Nov 2025 (including a Helm migration in Apr 2026 and flag removals), making it incompatible with the older ipam-extensions commit and KubeVirt v1.3.x pinned on this stable branch.
This PR pins OVN-K to upstream
ovn-org/ovn-kubernetesrelease-1.1, which is from the same era (Oct 2025) as the last passing CI run on this branch (Nov 2025).Special notes for your reviewer:
The
-ic(interconnect) flag is kept — it's valid onrelease-1.1.Release note: